Skip to content

Bump ReactiveUI from 13.2.18 to 13.3.1#9

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/ReactiveUI-13.3.1
Closed

Bump ReactiveUI from 13.2.18 to 13.3.1#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/ReactiveUI-13.3.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 12, 2021

Bumps ReactiveUI from 13.2.18 to 13.3.1.

Release notes

Sourced from ReactiveUI's releases.

13.3.1

Dependencies:

  • de9882fac3b9e98d5303e3406265863745b927c7 build(deps): bump Nerdbank.GitVersioning from 3.4.190 to 3.4.194 in /src (#2737) @​dependabot[bot]
  • a2afb1ef97b1ed1b8f9936f715582dec4b00a156 build(deps): bump DiffEngine from 6.6.1 to 6.7.0 in /src (#2741) @​dependabot[bot]
  • 740ae1a5b3d219dcf62c944ef44e7dbdf38c7d26 build(deps): bump Xamarin.AndroidX.RecyclerView in /src (#2740) @​dependabot[bot]
  • c696b192844cfefa144319e170d8d1b51f8791a8 build(deps): bump Xamarin.AndroidX.Fragment from 1.3.2 to 1.3.3 in /src (#2746) @​dependabot[bot]
  • 9f05e4a8d5e7f87c4cd58f451ab21364e1acb524 build(deps): bump Acr.UserDialogs in /integrationtests (#2747) @​dependabot[bot]

Features:

Fixes:

  • eed871800b625a1667d98319a4ca92c2751922f0 fix: Correct BindCommand Nullability Annotations (#2745) @​worldbeater

Other:

  • d2f9f93d12b6e1be33fd1009615f24781540bd7f Remove System.ValueTuple package dependency from net472 target framework. (#2739) @​Rivsoft
Commits
  • b84fb67 feature: Add record base C# 9 (#2751)
  • 9f05e4a build(deps): bump Acr.UserDialogs in /integrationtests (#2747)
  • c696b19 build(deps): bump Xamarin.AndroidX.Fragment from 1.3.2 to 1.3.3 in /src (#2746)
  • eed8718 fix: Correct BindCommand Nullability Annotations (#2745)
  • 740ae1a build(deps): bump Xamarin.AndroidX.RecyclerView in /src (#2740)
  • a2afb1e build(deps): bump DiffEngine from 6.6.1 to 6.7.0 in /src (#2741)
  • d2f9f93 Remove System.ValueTuple package dependency from net472 target framework. (#2...
  • de9882f build(deps): bump Nerdbank.GitVersioning from 3.4.190 to 3.4.194 in /src (#2737)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 13.2.18 to 13.3.1.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@13.2.18...13.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 12, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 13, 2021

Superseded by #10.

@dependabot dependabot Bot closed this May 13, 2021
@dependabot dependabot Bot deleted the dependabot/nuget/ReactiveUI-13.3.1 branch May 13, 2021 06:53
tznind pushed a commit that referenced this pull request Feb 25, 2023
…2375)

* Changed ansi esc sequence used on exit.

* Changed ansi esc sequence used on exit.

* Improves HeightAsBuffer although currently only works on Windows.

* Fixes gui-cs#2267. Toplevel.EnsureVisibleBounds throws an exception if border is null.

* Changing comment as requested.

* Fixes indentation.

* Seems not needed for now, maybe some update, comment for now.

* Renamed HeightAsBuffer to EnableConsoleScrolling and made it obsolete.

* Add comment on remarks for EnableConsoleScrolling.

* merged @BDisp's EnableConsoleScrolling PR

* Fixes buffer for Windows Terminal.

* Fixes issue in Windows Terminal on resizing causing some lines not be drawing after exceptions.

* merge #9

* merged #9

* use ESC [ ? 1047

* Tweaks with new esc codes

* Fixed curses driver to not nuke scroll buffer and to resize properly

* merge

* Cleand up netdriver escape codes

* fixed spaces->tabs

* fixed spaces->tabs

* fixed spaces->tabs

* fixed spaces->tabs

* fixed merge issue and  spaces->tabs

* fixed spaces->tabs

* fixed spaces->tabs

* fixed spaces->tabs

* fixed  build error

* removed old comments

* Resolving merge conflicts.

* Ensuring reset the EnableConsoleScrolling.

* Changing from HeightAsBuffer to EnableConsoleScrolling.

* Done requested changes.

* Reformatting.

* Rename to EscSeqReqStatus.

* Removing Console.Out.Flush ();

---------

Co-authored-by: Charlie Kindel <tig@users.noreply.github.com>
Co-authored-by: Tig Kindel <tig@kindel.com>
tznind pushed a commit that referenced this pull request May 7, 2023
…2375)

* Changed ansi esc sequence used on exit.

* Changed ansi esc sequence used on exit.

* Improves HeightAsBuffer although currently only works on Windows.

* Fixes gui-cs#2267. Toplevel.EnsureVisibleBounds throws an exception if border is null.

* Changing comment as requested.

* Fixes indentation.

* Seems not needed for now, maybe some update, comment for now.

* Renamed HeightAsBuffer to EnableConsoleScrolling and made it obsolete.

* Add comment on remarks for EnableConsoleScrolling.

* merged @BDisp's EnableConsoleScrolling PR

* Fixes buffer for Windows Terminal.

* Fixes issue in Windows Terminal on resizing causing some lines not be drawing after exceptions.

* merge #9

* merged #9

* use ESC [ ? 1047

* Tweaks with new esc codes

* Fixed curses driver to not nuke scroll buffer and to resize properly

* merge

* Cleand up netdriver escape codes

* fixed spaces->tabs

* fixed spaces->tabs

* fixed spaces->tabs

* fixed spaces->tabs

* fixed merge issue and  spaces->tabs

* fixed spaces->tabs

* fixed spaces->tabs

* fixed spaces->tabs

* fixed  build error

* removed old comments

* Resolving merge conflicts.

* Ensuring reset the EnableConsoleScrolling.

* Changing from HeightAsBuffer to EnableConsoleScrolling.

* Done requested changes.

* Reformatting.

* Rename to EscSeqReqStatus.

* Removing Console.Out.Flush ();

---------

Co-authored-by: Charlie Kindel <tig@users.noreply.github.com>
Co-authored-by: Tig Kindel <tig@kindel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants